home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / safera12.zip / INSTALL.DOC < prev    next >
Text File  |  1991-06-10  |  6KB  |  123 lines

  1.                                INSTALL.DOC File
  2.  
  3.                             Safe Erase Version 1.21
  4.  
  5.                    (C) Copyright by Tom Williams, 1990-1991
  6.  
  7.  
  8. 1) Determine which directory contains your MS-DOS programs.  This will
  9. be the directory containing the command.com file, typically just called
  10. <DOS>.  Verify this by changing directories if not already in the DOS
  11. directory and typing: DIR COMMAND.COM.  If command.com is found in the
  12. directory list, this is the correct directory.  Copy the following files
  13. into this DOS directory:
  14.  
  15.       - killf.exe
  16.       - retrieve.exe
  17.       - buildtab.exe
  18.       - killtab.exe
  19.  
  20.  
  21. 2) Edit your autoexec.bat file and make sure you have the following set
  22. comspec definition:
  23.  
  24. SET COMSPEC=[drive:][path]COMMAND.COM
  25.  
  26. If you do not have this in your autoexec.bat file type it in now.
  27. KILLF.EXE will occasionally need to know where the command processor is
  28. located.  The drive and path should point to the directory in which your
  29. command.com file is in.  This should be the directory in which you
  30. copied the files above into.  If the drive and path are not correct or
  31. the set comspec definition is not put in the autoexec.bat file you will
  32. probably encounter the following MS-DOS error messages while trying to
  33. use KILLF:
  34.  
  35. Invalid COMMAND.COM
  36.  
  37. Cannot load COMMAND, system halted
  38.  
  39. If these messages are encountered reboot the system and check the
  40. autoexec.bat file to make sure you have the set comspec definition and
  41. that it specifies the correct directory that contains the command.com
  42. file.
  43.  
  44. 3) Step three is optional but highly recommended since it will speed up
  45. access to KILLF.EXE and make erasing files faster.  Edit your
  46. autoexec.bat file and change the path command so that your DOS directory
  47. is the the first directory in the list.  This will cause your DOS
  48. directory to get searched first when DOS looks for KILLF.EXE.  For
  49. example, if your path command looks something like:
  50.  
  51. PATH C:\TOOLS;C:\GAMES;C:\DOS;C:\CHARTS
  52.  
  53. Change it to:
  54.  
  55. PATH C:\DOS;C:\TOOLS;C:\GAMES;C:\CHARTS
  56.  
  57.  
  58.  
  59.                           How To Use Safe Erase
  60.                           ---------------------
  61.  
  62.  
  63. Once the steps above are completed, KILLF is used exactly how ERASE and
  64. DEL are used to erase files.  Typing KILLF /? will bring up online help
  65. information on the usage of KILLF.  There are several other Safe Erase
  66. programs that come with this package.  The first is BUILDTAB.EXE.  This
  67. can be used to build a Safe File Table on each of the disks or diskettes
  68. the user desires, however, this is strictly optional since KILLF will
  69. automatically check a disk before erasing any files to see if it has a
  70. Safe File Table.  If the disk does not have a Safe File Table KILLF will
  71. first build the Table, store the allocated clusters of the files to be
  72. erased into the Table and then actually erase the files.  A Safe File
  73. Table will get built on the disk the very first time the KILLF command
  74. is used on that particular disk.  If the disk or diskette does not have
  75. a Safe File Table and is almost out of disk space, KILLF may not be able
  76. to build a Safe File Table until one or more files are deleted.  KILLF
  77. will indicate that a Safe File Table could not be built and ask the user
  78. whether or not to proceed with the erase.  If a file is erased and this
  79. creates enough space for the Safe File Table, KILLF will build one
  80. immediately after erasing the file.  It is for this reason that the
  81. BUILDTAB program is provided and it is best used right after a disk or
  82. diskette is formatted.  The Safe File Table is always built in the root
  83. directory of the disk or diskette.  BUILDTAB is used simply by typing
  84. BUILDTAB or BUILDTAB [drive:] to build a Table on a disk in another
  85. drive.  Typing BUILDTAB /? will bring up online help information on the
  86. usage of BUILDTAB.  Once again, use of BUILDTAB is strictly optional but
  87. will prevent the one situation in which the disk is too full to build a
  88. Table and one or more files must be erased without the protection of
  89. having their cluster numbers stored in the Safe File Table.
  90.  
  91. KILLTAB.EXE is used to remove a Safe File Table from a disk.  KILLF will
  92. not erase a Safe File Table since it is a read-only file.  You would
  93. only want to use KILLTAB if it was known that something corrupted the
  94. Safe File Table or you no longer wish to use Safe Erase.  KILLTAB is
  95. used simply by typing KILLTAB or KILLTAB [drive:] to erase a Table on a
  96. disk in another drive.  Typing KILLTAB /? will bring up online help
  97. information on the usage of KILLTAB.
  98.  
  99.  
  100.                             Retrieving Files
  101.                             ----------------
  102.  
  103. Retrieving files is easy with the Safe Erase Retrieve program.  Just
  104. type RETRIEVE in the directory of the erased file or files.  A panel
  105. will come up with all the killed files listed.  Each file name will
  106. begin with a question mark.  This is because when a file is erased one
  107. of the things that happen to that file is that its first character is
  108. changed to "σ".  This lets MS-DOS know that the file is erased.  Using
  109. the arrow keys move around to the files you want to retrieve and change
  110. the question mark to the correct character on each file that you want to
  111. retrieve.  If you don't want to retrieve a particular file just leave
  112. the question mark alone.  Once you have changed the question marks to
  113. the correct character on all the files that you want to retrieve press
  114. F5 to retrieve them.  That's all there is to it.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.